home *** CD-ROM | disk | FTP | other *** search
- -- background: 3108 from stack: in
- -- bmap block id: 3969
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on opencard
- get the number of this card
- put "Page"&&it-1 into field cardnumber
- put " /" & the number of cards - 1 into field numcards
- end opencard
-
-
- -- part 82 (field)
- -- low flags: 02
- -- high flags: 4000
- -- rect: left=16 top=74 right=90 bottom=230
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 13
- -- part name: name1
-
-
- -- part 88 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=16 top=89 right=145 bottom=233
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: address1
-
-
- -- part 14 (field)
- -- low flags: 02
- -- high flags: 4000
- -- rect: left=15 top=154 right=170 bottom=232
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 13
- -- part name: name2
-
-
- -- part 89 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=15 top=170 right=226 bottom=234
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: address2
-
-
- -- part 15 (field)
- -- low flags: 02
- -- high flags: 4000
- -- rect: left=15 top=233 right=249 bottom=233
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 13
- -- part name: name3
-
-
- -- part 91 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=16 top=250 right=307 bottom=233
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: address3
-
-
- -- part 45 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=278 top=80 right=287 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: notes
-
-
- -- part 76 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=211 top=304 right=332 bottom=248
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to previous card
- end mouseUp
-
-
- -- part 77 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=263 top=305 right=332 bottom=300
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card
- end mouseUp
-
-
- -- part 79 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=12 top=46 right=63 bottom=236
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 12
- -- style flags: 16896
- -- line height: 16
- -- part name: subgroup
-
-
- -- part 80 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=126 top=316 right=335 bottom=189
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: cardnumber
-
-
- -- part 81 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=178 top=316 right=334 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: numcards
-
-
- -- part 83 (field)
- -- low flags: 02
- -- high flags: 0000
- -- rect: left=10 top=28 right=49 bottom=243
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 14
- -- style flags: 1280
- -- line height: 18
- -- part name: group
-
-
- -- part 84 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=271 top=35 right=68 bottom=339
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index
- ----- HyperTalk script -----
- on mouseUp
- visual effect venetian blinds
- go to card "index"
- end mouseUp
-
-
-
-
- -- part 87 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=14 top=315 right=333 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: New card
- ----- HyperTalk script -----
- on mouseUp
- put field group into grp
- put field subgroup into subgrp
- answer "Same categories as this card?" with "Yes" or "No" or "Cancel"
- if it is "cancel" then exit mouseUp
- domenu "new card"
- if it is "yes" then
- put grp into field group
- put subgrp into field subgroup
- end if
-
- end mouseUp
-
-
-
- -- part 99 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=78 top=315 right=333 bottom=113
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- global lastFind
- ask "What are you looking for?" with lastFind
- set lockScreen to true
- put the loc of msg into locOfMsg
- set the loc of msg to 6000,6000 -- so it wont be seen on screen
- if it is not empty then find it
- put "find" && quote & it & quote
- put it into lastFind
- hide msg
- set the loc of msg to locOfMsg
- end mouseUp
-
-
-
- -- part 101 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=421 top=288 right=337 bottom=453
- -- title width / last selected line: 0
- -- icon id / first selected line: 11045 / 11045
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go "home"
- end mouseUp
-
-
-
- -- part 102 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=453 top=288 right=337 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 6720 / 6720
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-